xGhozt Consecutive Candle Count - BacktestxGhozt Consecutive Candle Count with Backtest simply counts consecutive positive or negative candles, and allows you to get the live statistics of how many times this consecutive candle series occurred in the past, with the probabilities of the next candle to be a reversal, and the average past gains from that reversal. You can select the number of consecutive candles you're tracking, and select a start and end date. When your desired pattern is met by the indicator, it will indicate you on the chart if it's worth shorting or longing the next candle.
You also have the possibility to set up alerts when your consecutive candles patterns are met. To do so, go into the indicator's settings, select your time frame, the consecutive number of candles you are tracking, your success rate, and the number this pattern occurred in the past. Once it's done, open the alerts box, and set up your alerts accordingly.
You will have 2 options:
- Green Candles Followed by Red = short next candle.
- Red Candles Followed by Green = long next candle
Now that the backtest is added, you can try different combinations and figure the best outcome to get the best returns!
One thing to note with the backtest: you cannot run the backtest with take profits / stop loss AND candle closing, it has to be one of the two.
Cerca negli script per "take profit"
Futures Spot Difference Strategy by MoonFlag
This strategy compares the spot and futures value of a coin on a given exchange
If the 'Percent Difference' (See settings) is greater than a user specified ammount a blue (long) or green(short) line is put on the chart.
Default % difference typically varies from 0.2 to 0.7 depending on the coin and timeframe. On higher timeframes (1hour) a difference of 1.5% might be required to give good intermittent trade results.
I've chosen a USD-USDT comparison as default for ease of understanding. Note the futures coin goes onto the chart and the spot coin is referenced in settings. The bot works this way as the futures will typically extend beyond the spot price, not the other way around.
User can select if to include Long and/or Short trades.
The 'Trigger Only When Bar Complete' means that repainting should not be an issue if set to true. However, if set to false the strategy will enter a trade at the point in time when the percentage difference is met. This is useful with some coins as the futures coins price rapidly changes to realign with the spot price. It is however difficult to backtest this feature as backtests only consider the bar complete situation. I mostly use Trigger When Bar Complete = true, as a difference in the spot/ futures price is typically followed by a price shift trend over then next reasonable time period.
Timing is essential in this bot. There is a stop-loss however, this stop value is replaced by a exp ramp which has 3 variables (starting %, length, run-up). When the ramp is narrower to the price than the stop-loss the ramp takes over the stop-loss and this reduces losses. Also, there is an option to have the ramp take over the take-profit if the ramp betters the start-price (i.e. the trade is in profit). This is very useful for times when the price massively swings beyond the take-profit price as the exp ramp goes way up. The ramp also limits the time a trade will stay in position, unless the trades moves in tandem with the ramp. The ramp is the most useful feature I have for bots, I use it all the time.
So a difference between the spot and futures price - can lead to a trend establishing, so catch these with this bot. It works well on fast timeframes, 1m, 5m, 15m, and also is useful with the 1hour and similar.
Please get in touch to have this bot matched to any coin pair
Please do get in touch if you have any questions/suggestions.
Sincerely,
MoonFlag PhD
Money Flow Index 5 min Strategy1 - Apply the 3 period Money Flow Index indicator to the 5 minute chart, using 0 and 100 as our oversold and overbought boundaries
2 - Wait for the MFI to reach overbought levels, that indicates the presence of "big sharks" in the market. Price needs to hold up
the first two MFI overbought occurrences of the day to be considered as a bullish entry signal.*
3 - We buy when the MFI = 100 and the next candle is a bullish candle with short wicks.
4 - We place our Stop Loss below the low of the trading day and we Take Profit during the first 60 minutes after taking the trade.
The logic above can be used in a mirrored fashion to take short entries, this is a custom parameter that can be modified from
the strategy Inputs panel.
* I'm using a SMA filter to avoid buying when the price is declining. Time frame was better at 15 min according to my test.
ADX + BB %B + AO + EMA [Luca Massuda]This trading strategy combines different indicators:
1) ADX, Average Directional Movement: to spot the trend
2) BB %B Bollinger Band %B: to spost relative price position to Bollinger Bands
3) AO Awesome Oscillator: to spot momentum
4) ema 5,ema21, ema50, ema200: to decide long or short position
You can configure:
Take profit % : at which % gains to take profit from the entry price
Stop loss % : at which % stop loss from the entry price
BB %B Overbought: At which level you consider Overbought respect to Bollinger Bands (values 0 to 100)
BB %B Oversold: At which level you consider Oversold respect to Bollinger Bands (values 0 to 100)
Awesome Oscillator: AO level to consider a long or short position +/- 2
ADX: ADX value to consider a long or short position
Start Date, Month, Year: Starting point for a backtesting strategy
Lenght , Source , Standard Deviation: Bollinger Bands values
ADX smoothing, DI Lenght: ADX values
Green and purple zones indicate when the strategy can go long or short.
Default Long conditions:
ema5>ema21 and ema50>ema200 and bb>75% and ao>2 and adx>15
Default Short conditions:
ema515
Hull MA of RSI StrategyThis simple strategy base on RSI value of Close Price, High Price, Low Price, Median Price and RSI value smoothed by Hull Moving Average.
1. Optimize parameter on BTC H1 Binance chart
RSI period: 13
Hull MA period: 3
Middle Channel: 55-45
Overbough / Oversold: 70-30
2. Setup
2.1 Long Condition
- RSI of Close Price crossunder Overbought
- Close Price lower than Median Price (HL2)
- RSI of Median Price above Overbought
2.2 Close Long Position
- RSI of Close Price crossover Overbought (Take profit)
or
- RSI of Low Price crossunder upper value of Middle Channel (Stop loss)
2.2 Short Condition
- RSI of Close Price crossover Oversold
- Close Price higher than Median Price (HL2)
- RSI of Median Price below Oversold
2.2 Close Long Position
- RSI of Close Price crossunder Oversold (Take profit)
or
- RSI of High Price crossover lower value of Middle Channel (Stop loss)
3. Idea
- Follow strong momentum of Price to catch Flash Buy/Sell Bar in Crypto Market
- RSI of High Price and Low Price help to regconize setup failure quickly.
- This case study desire to find a balance of Winrate, Profit factor, Sharpe Ratio
hammerCandle & starCandleIn this scrip we have combine Pinbar Candlesticks calculated using Fibonacci, the bullish hammer candlestick and bearish star candlestick with EMAs and ATR.
I have used 12 Hour time frame which works well EUR/USD, this script works well on higher time frames such as Daily, 12 hours etc.
I have used 1.5 times the ATR as the stop loss and 1 times the ATR as the take profit as these risk to reward ratio gives us the best results for the 12 hour time frame for EUR/USD. Past result are not a prove of performance of the future.
I have added 1 for slippage and 1 for commission.
This script contains AutoView syntax and is fully automated if you connect TradingView to AutoView and a broker, prefebly Oanda.
This script uses two exponential moving averages for trend detection and Average True Range , ATR for stop loss and take profit targets. All of these setting are adjustable.
We only trade with the trend if the 50 period exponential moving averages is above the 200 period exponential moving averages, if a hammer candle is formed for entry.
Likewise with sell trade if a star candle is formed for entry and if the 50 period exponential moving averages is below the 200 period exponential moving averages.
This script does not trail your stop loss as I have noticed it does not give me good results. Stop loss is a fix stop loss based on Average True Range and so is the profit target.
This script has risk management, it risk a certain percent of the inputted capital amount in the setting. See settings for more details.
Note: Due to auto risk management this script only works on Forex.
Green line is 50 period exponential moving averages and red line is the the 200 period exponential moving average . Blue line is stop loss for long trade and black line stop loss for short trade.
Please trade at your own risk, all the setting in the script are adjustable for you to test before trading.
Many Thanks,
Honet Trader
Ichimoku Long and Short StrategyThis is a script which tell u when all the parameters in the ichimoku are positive or negative this to open a long or short.
Conditions to show a long:
-Ichimoku cloud in green
-Price Close above Ichimoku cloud
-Lagging span above cloud
-Conversion line above base line
Conditions to show a short:
-Ichimoku cloud in red
-Price close below Ichimoku cloud
-Lagging span below cloud
-Conversion line below base line
Dont take this as principal signal to take longs and shorts. Create your own strategy and dont trust 100% in te indicator.
For highers TF use highers TP and SL and for lowest TF use lowest TP and SL.
This is te settings i use :
15M TF
Conversion line: 9
Base line: 26
Lagging span: 52
displacement: 26
TP: 5%
SL: 3%
1H TF
Conversion line: 9
Base line: 26
Lagging span: 52
displacement: 26
TP: 8%
SL: 4%
If u find better settings pls share ir with us.
TF = Time Frame
TP = Take Profit
SL = Stop Loss
---MERZI---
mark strategy2 divergence bot v0.5 for xbtusdHi first of all thanks for read this.
This is my second strategy for make trading, I optimized it for xbtusd with 30 min charts.
You can personalize some setting for reach a better result then me, these are the setting:
this script is only for long trade, so bearish divergence don't work
1)ema1
U can change this value for use another ema and use a faster or slower trend
2)ema2
U can change this value for use another ema and use a faster or slower trend
3)pivot right
U can change this value for watch a number of bar on your right
4)pivot left
U can change this value for watch a number of bar on your left
5)high range
U can change this value for watch a max number of bar
6)low range
U can change this value for watch a min number of bar
7)bullish
U can change this value for enable signal with bullish divergence
8)hidden bullish
U can change this value for enable signal with hidden bullish divergence
9)bearish
U can change this value for enable signal with bearish divergence
10)hidden bearish
U can change this value for enable signal with hidden bearish divergence
11)profit 1 %
U can change this value for the first take profit target
12)profit 2 %
U can change this value for the second take profit target
13)qty target 1 %
U can change this value for close a % of your trade at target 1
14)loss %
U can change this value for close the trade at a % of loss
Have nice day and send me a message if u will earn with my strategy.
If u want my code send me a message
for info send me a message
BTC|scanner|LONG|SHORT|30min STRATEGY- This strategy based on BTC|Scanner| v0.6b INDICATOR.
- Stop loss and take profit settings are available.
- This strategy can be used on a 30m timeframe and does not require fine tuning.
Detailed description of the strategy:
-According to the terms of the strategy:
-The initial deposit is $ 1000.
-The entry into the trade is carried out with the leverage from x3 to x8.
-Each entry/exit is shown by up/down arrows on the chart, the number of arrows shows the size of the leverage in the trade.
-Enter the trade with 100% of the deposit.
-All of the above suggests that with the input signal and the indication of the three arrows, an entry in the amount of$3000 will be made. If the shooter is 5, then$5000.
-Exit from the long/short position under the strategy conditions is carried out by 33% of the initial position volume on all TP (you can specify an unrealistic value of TP3, then the exit of 33% will be due only to an increase in the risk of further holding the position, but this can both increase profit and reduce it).
-To avoid distortion of the strategy indicators due to compound interest, it is recommended to take a period of a month to view statistics.
-The "Enter Confirm" field displays the confirmation of the trade, if several signals appear sequentially, the trade will be executed, and if the signal appears once, the trade will be skipped.
-The "ratio" field indicates the coefficient of change in activity on the current bar from the previous bar.
-The "Corner" field changes the angle of the stop loss correction depending on the time in the direction of reducing the loss.
-The "Short trigger" field indicates from which phase of activity you can open a short trade, conditionally this is a sinusoid with a lower limit of 0 and an upper limit of 100, but the sinusoid itself does not necessarily reach 0 and 100, the activity can stop at 80 and go towards 0 (initially the value 65 is specified).
-The "TP and Stop loss" fields are the percentage of profit / loss multiplied by 10. (the value 35 corresponds to 3.5%, 20-2% , and so on).
-The "cross action" field includes closing the trade when the activity sinusoid reaches the value of 99, regardless of any other calculations.
-The stop loss is displayed on the chart with orange and white dots.
The indicator and strategy can be applied not only to BTC , but it often has poor statistics on illiquid instruments.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- Эта стратегия основана на индикаторе BTC|Scanner| v0.6b.
- Доступны настройки стоп-лосса и тейк-профита.
- Эта стратегия может быть использована на 30-минутном таймфрейме и не требует тонкой настройки.
Подробное описание стратегии:
-Начальный депозит составляет 1000 долларов.
-Вход в сделку осуществляется с кредитным плечом от х3 до х8.
-Каждый вход/выход отображается стрелками вверх/вниз на графике, количество стрелок показывает размер кредитного плеча в сделке.
-Вход в сделку на 100% депозита.
-Все вышесказанное говорит о том, что с помощью входного сигнала и индикации трех стрелок будет совершен вход на сумму 3000 долларов. Если стрелок 5, то 5000 долларов.
-Выход из длинной/короткой позиции по условиям стратегии осуществляется на 33% от объема начальной позиции по всем ТП (можно указать нереальное значение ТП3, тогда выход на 33% будет обусловлен только увеличением риска дальнейшего удержания позиции, но это может как увеличить прибыль, так и уменьшить ее).
-Чтобы избежать искажения показателей стратегии из-за сложных процентов, рекомендуется использовать месячный период для просмотра статистики.
-В поле "Enter Confirm" отображается подтверждение сделки, если последовательно появится несколько сигналов, сделка будет выполнена, а если сигнал появится один раз, сделка будет пропущена.
-Поле "ratio" указывает коэффициент изменения активности на текущем баре по сравнению с предыдущим баром.
-Поле "Corner" изменяет угол коррекции стоп-лосса в зависимости от времени в направлении уменьшения убытка.
-Поле "Short trigger" указывает, с какой фазы активности вы можете открыть короткую сделку, условно это синусоида с нижней границей 0 и верхней границей 100, но сама синусоида не обязательно достигает 0 и 100, активность может остановиться на 80 и пойти в сторону 0 (изначально указано значение 65).
-Поля "TP и Stop loss" - это процент прибыли / убытка, умноженный на 10. (значение 35 соответствует 3,5%, 20-2% и так далее).
-Поле "cross action" включает закрытие сделки, когда синусоида активности достигает значения 99, независимо от любых других расчетов.
-Стоп-лосс отображается на графике оранжевыми и белыми точками.
Индикатор и стратегию можно применить не только к BTC , но зачастую он имеет плохую статистику на неликвидных инструментах.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
EMA+RSI Pump & Drop Swing Sniper (SL+TP) - StrategyThis is the strategy version of the 'EMA-RSI-Pump-Drop-Swing-Sniper-With-Alerts':
Some additions with this strategy:
~Added Stop loss & Take profit control. In Settings > Inputs if the Stop Loss is at .051 that means it's 5.1% and the Take Profit at .096 is 9.6%. If you wish to remove the TP and SL just change the value to 1.00 and it would be the same as it being 100% TP and SL which is likely to never be hit.
~Added Backtesting by changing the month/date/year in Settings > Inputs
~Added a 2nd EMA line to assist with the long entry signals. I only use this for long entry & exits, though you could use the long exits as Short entries too. I just personally don't do short trading on Bitcoin.
This is using an EMA and RSI with slightly modified settings to give good entry and exit points while looking at Bitcoin. I use this on a 1-hour and 4-hour chart and with other indicators to find good positions to enter a trade or exit if things are turning red.
It's important to know this strategy was made as a request by another user that was using the indicator version. I don't use this as a trading strategy by itself, I use the visuals it gives as a confirmation with other indicators to find the best possible entry and exit positions.
If you click on the EMA line it will color the bars of the chart based on if they are above or below the EMA - This is just visually helpful for me to see the active trend.
Make sure you hover over or click on the EMA line to see the colors of the candles change - it's not visible by default or without doing this.
[EURUSD60] BB Expansion StrategyOverview
This is a strategy that can be used in the EURUSD 60 time frame.
It is a trend-following method that uses Bollinger Bands Expansions.
The idea of using Bollinger Bands expansion is well known to the general public, but I don’t know any strategy that this idea has been PINE coded.
The three main components of this strategy are as follows.
・Long term BB and Short term BB : When the short term BB expands more than the long term BB, it suggests the occurrence of a trend.
・14EMA of 240 t/f : The direction of 14EMA of the upper time frame is used as the trend direction.
・ATR lines : As a stop-loss line and a take-profit line.
Description
Fig. Long entry pattern
Fig. Short entry pattern
・Description of lines
Gray : Large BB (=Long term BB)
White : Small BB (=Short term BB)
Blue or Red line : Upper t/f EMA(default: 14EMA), blue is up-trend, red is down-trend
Yellow : Stop loss line by ATR(the term is 14)
Purple : Take profit line by ATR(the term is 14)
・Description of strategy
First of all, when the small BB expands more than the large BB, this strategy detects the occurrence of a trend.
Second, When the price crosses over or crosses under small BB basis, this strategy entries long or short to trend direction (by upper time frame 14EMA).
The default stop-loss range is three times ATR value, and the default take-profit target is 1.5 times the stop-loss range (=risk reward ratio is 1.5).
TA Presets - BB-20-1-LBThis is a near identical drop-in replacement for the 3commas TA Presets - BB-20-1-LB signal. Since you can not get this signal unless you are using Binance.com, I needed to produce my own for use with other exchanges. You are free to use this strategy yourself. It will always remain publicly available for free as there are no special tricks here, just your basic Bollinger Band strategy.
Known Issues and Limitations:
Trailing take profits are currently not supported for back testing -- You can still use them on a bot that uses this signal to trigger deal starts, just don't expect the performance of the bot to be the same as what's in the backtest if you do.
Only simple bots supported (no composite bot support yet)
Instructions
The options in the configuration screen are the same as they would be on the bot configuration screen. You can use the back testing screen to get a general idea of how the bot should perform on a given coin pair. Once you have the settings how you want, set the "Bot ID" and "Email Token" fields. to match those used in the deal start message for your bot. Do not include quotes around either of them. Your bot ID should just be a string of numbers and your email token will be a string of letters and numbers separated by hyphens. Once you enter these in to the settings, you can create your alert. Select "BB-20-1-LB" from the dropdown on the alert screen and type {{strategy.order.alert_message}} in the text box (NOTHING ELSE, NO QUOTES, NOTHING). That's it, the script will generate the rest of the deal start message for you automatically.
Important Notes
This may go without saying but make sure that you are using the chart for your exchange when setting this up to control a bot. While it may look like prices are the same across the different exchanges, subtle differences in volatility and trading volume WILL make a difference and your bot WILL NOT perform as shown on the back test.
SignalCAVE Strategy BuilderYou can create strategies without writing single line of Pine Script code!
Do backtesting, set alerts and explore algorithmic trading with using SignalCAVE Strategy Builder on TradingView.
SignalCAVE Strategy Builder for TradingView
SignalCAVE is a tool that help you to create strategies in TradingView. SignalCAVE offers flexible strategy builder panel enabling users to backtest and set alerts with custom conditions (selected indicators and parameters).
CAPABILITIES
You can define rules and conditions for “Long” and “Short” signals.
“Stop Loss” or “Take Profit” functions can be activated with providing percentage values.
“Only Long”, “Only Short” or both “Long and Short” signals can be used at the same time.
Available Indicators
EMA, SMA, WMA, HMA, RSI, MACD, Stochastic, Bollinger Bands, SuperTrend, Parabolic SAR, DMI, ATR, CCI, CMF, ROC, Ichimoku, OHLC Prices
How to Set Strategy Rules?
On SignalCAVE strategy settings screen, there are four types of input groups. You can populate these input boxes based on your strategy.
A: First indicator’s parameter and index value selection area
First Input: First indicator selection.
Second Input: First indicator’s parameter selection. If you want to use default parameters, select “Default Parameters”. If you want to use custom parameters, select “Custom Parameters”. If your selection was custom, then you need to fill “P:A” input boxes to assign your custom parameter.
Third Input: First indicator’s index selection. Default parameter is “0”, If you want to get previous value of indicator/price, you can type positive numbers.
?: Condition and Interval selection area.
You can select “Upper (>), Lower (<), Upper or Equal (>=), Lower or Equal (<=), CrossOver (⬆), CrossUnder (⬇)” conditions and time frame interval for calculation both first (A:) and second (B:) indicator.
B: Second indicator’s parameter and index value selection area
First Input: Second indicator selection.
Second Input: Second indicator’s parameter selection. You may use either default parameters, or custom parameters. If your selection was custom, then you need to fill “P:B” input boxes to assign your custom parameter.
Third Input: Second indicator’s index selection. Default parameter is “0”, If you want to get previous values of indicator/price, you can type positive numbers.
P:A First indicator’s custom parameter settings. If selected indicator has less then four parameters, you can fill unnecessary fields with “0” value.
P:B Second indicator’s custom parameter settings. If selected indicator has less then four parameters, you can fill unnecessary fields with “0” value.
DASHBOARD
After you build the strategy with SignalCAVE, you can see rules and conditions on dashboard with chart view screen.
Hint: By adding multiple times of SignalCAVE strategy on your chart screen, you can build more then one strategy.
STRATEGY TESTER / BACKTEST RESULTS
You can see strategy backtest results from “Strategy Tester” panel.
By changing parameters or strategy rules (strategy optimization), you may get better results. These results does not guarantee a success for future trades.
ALERT SETTINGS
If you want to get notify about your strategy outputs (Long Entry, Long Exit, Short Entry, Short Exit, Stop, Take Profit) you can set an “Alert”.
You can click “Alert” button to create a new alert. Make sure on “Conditions” selection must be “SignalCAVE” strategy.
Paste to “Message” field exactly the text below.
{{strategy.order.alert_message}}
Hint: By setting a single alarm, you can get notifications for all outputs.
Do your alerts modifies when you change the strategy conditions or parameters?
While the strategy got updated, its alerts still use the strategy’s state from the time when we made the alert (TradingView Wiki, 2018b).
This has the advantage that, once we made a script alert, we can change the script’s input options, change chart settings, or remove the script from to the chart. All of that won’t affect our existing alert. That gives a lot of flexibility to keep interacting with the chart and script.
But there’s also a disadvantage: if we do want our script’s alerts to change, we first need to remove the existing alerts. Then we have to create and configure new alerts based on the indicator’s updated code or settings.
Simple MACD + 200EMA StrategyThis script is based on classic MACD / 200EMA strategy.
It takes a Long trade when MACD line crossup Signal line, when both below Zero line, and Close price above 200 EMA.
It takes a Short trade when MACD line crossdown Signal line, when both above Zero line, and Close price below 200 EMA
It seems to have decent results with 1:1.5 Risk/Reward, with 30min TF (on cryptocurrency market)
It has a number of 1 per day on average.
FEATURES
ORDERS
You can have both Long and Short, or disable one.
STOPLOSS
Stoploss is based on last swing (high or low). You can adjust the lookback period of the swing.
TAKE PROFIT
For now, there is 2 possibilities for TP :
Using adjustable Risk/Reward ratio (Trailing Stoploss need to be at 0)
Using adjustable Trailing Stoploss percentage (RR Ratio need to be at 0)
Results below are with this parameters :
Start date 01/01/2021
1:1.5 RR ratio
100USD Initial capital
100USD Order Size
0.01% Commission fees.
BNBUSD 1 Minute Chart / 1 Hour BBand Day Trading 3Commas*** As always, this is provided for educational purposes only and I am not an investment advisor; I'm just a guy who likes to come up with novel ideas and share them with other traders so they can learn. ***
This strategy is a fun one. I took parts of 'Bollinger Awesome Alert R1 by JustUncleL' () and modified it to have enhanced day trading functionality. This version does not show source and that is by design - I want the alerts to be visible to the public and if you want to get set up with a version that integrates with 3commas, drop me a message - there's a lot more that goes into setting up automated 3commas trading but this script was written specifically with 3commas in mind.
It's possible this is one of the more interesting strategy indicators I've made. The setup I used for this is as such and you will need to set it up the same way:
One minute chart for the BNB/USD(T) pair on Binance.us (other exchanges will likely work, other coin pairs or other time frames will likely not)
This script watches the one minute chart and when price golden crosses the lower Bollinger band, a buy order is placed.
There are two sell conditions; one I set up to take profit and one I designed as a kind of stop loss. I went with a flat 7.5% for the take profit as this showed the best results in the backtester. I had planned for it to be closer to 3% but for this strategy to work it needs to be higher. According to the backtest it offers around double the return of buying and holding BNB over the sample timeframe.
The 'stop loss' condition is where the fun lies. I transposed Bollinger bands from a one hour BNBUSD Binance.us chart on top of the 1 minute chart and those are the blue lines you see. The stop loss condition happens when the current price death crosses the bottom one hour Bollinger band. Ironically, often this doesn't result in any losses as you will see in the chart and instead results in a small win. This definitely was not my intention when I created it but it's a lot better than the earlier version where I set up a variable percentage-based stop loss. Even with me optimizing the regular stop loss for this coin pair, my 1 hour bband method nets an extra 2% profit over the same two week time period, even with Binance fees factored in!
Have fun and like I said, hmu via message if you want access to the customizable indicator for 3commas!
Bot go_up strategyHello. This strategy is based on go_up alerts.
Our task is to find the local minimum. The trade is entered on the basis of RSI and SMA according to a specific formula, which is embedded in the code. When the RSI crosses the SMA upside down, a long position is entered. You can change the length of the RSI . The longer the length, the less frequent, but more accurate the entrance, and vice versa. You can use a different time frame.
The settings have:
1) RSI length, the lower the length, the more often the entry.
2) Testing results for any period of time
3) Take profit for any percentage
4) Stop order for any percentage
5) If there is a check mark ✅, then purchases will always be made, and if not, then purchases will be made, BUT, if the next payback is lower than the previous one, it does not matter by what percentage.
6) If there is a check mark ✅, then each trace of the purchase will be made provided that it is lower by the percentage specified, even if the conditions of the purchase are triggered.
7) The filled area is made for visual display of consolidation zones
Default settings:
RSI length 15, step 1.5, take profit 15, stop order 30.
Also in the settings there is a pyramid of the order, keep this in mind. Enter a deal for a small part of the deposit, and not for all the money at once! You can remove pyramiding and see the results with one entry.
For a more visual understanding, overlay the go_up script.
You can choose a strategy for yourself based on history! If you need examples of strategies, then write to me, my contacts are in the column: instructions from the author.
Successful trades, dear friends, I am glad that you trust me!